home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / bcast / audvid / cube.ado < prev    next >
Text File  |  1990-10-14  |  6KB  |  122 lines

  1. Notes: This is a move which requires 3 passes to build a cube.  It has to 
  2. be stored as three seperate effects in memory.  Effect #1 is recalled 
  3. (including global) and recorded. This is played back and has Effeect #2 
  4. keyed over it.  These must be triggered thru the relay clouseres of your 
  5. editor so that the moves all start at the same time.  Effect #3 is then 
  6. recalled and  is keyed over the composite of Effectts #1 & #2.  The Auto 
  7. Cube mode must be turned on.  The global keyframes remain the same for all 
  8. 3 passes.  I haven't done a lot of experimentation with the cube as yet 
  9. but this is a kinda of hokey effect as programmed here.  By varying the 
  10. numbers a slower, less twisted effect can be achieved.  
  11.  
  12. FOR EACH OF THE 3 MOVES KEY FRAME # 1 AND KEY FRAME # 2 ARE THE 
  13. SAME
  14.  
  15. KEY FRAME # 1
  16.                         X        Y              Z
  17. -------------------------------------------------------------                                   
  18. Source Aspect           1.0     1.0             1.0
  19. -------------------------------------------------------------
  20. Target                  0       0               0.5
  21. -------------------------------------------------------------
  22. Axis                    0       0              -3
  23. --------------------------------------------------------------
  24. Rotate 3D               0       0               0
  25. -------------------------------------------------------------
  26. Locate 3D               0       0               0
  27. -------------------------------------------------------------
  28. Skew/persp.             0       0               0.0600
  29. -------------------------------------------------------------
  30. BD SAT/Lum/Hue          0       7.5             0
  31. -------------------------------------------------------------
  32. Crop L/T BD WIDTH       -4      3               0
  33. -------------------------------------------------------------
  34. Crop RT/                4       -3      
  35. =============================================================
  36.  
  37.  
  38. KEY FRAME # 1 OF THE 2ND PASS
  39.                         X        Y              Z
  40. -------------------------------------------------------------                                   
  41. Source Aspect           1.0     1.0             1.0
  42. -------------------------------------------------------------
  43. Target                  0       0               0.5
  44. -------------------------------------------------------------
  45. Axis                    0       0              -3
  46. --------------------------------------------------------------
  47. Rotate 3D               0       0.25            0
  48. -------------------------------------------------------------
  49. Locate 3D               0       0               0
  50. -------------------------------------------------------------
  51. Skew/persp.             0       0               0.0600
  52. -------------------------------------------------------------
  53. BD SAT/Lum/Hue          0       7.5             0
  54. -------------------------------------------------------------
  55. Crop L/T BD WIDTH       -4      3               0
  56. -------------------------------------------------------------
  57. Crop RT/                4       -3      
  58. =============================================================
  59.  
  60.  
  61. KEY FRAME # 1 OF 3RD PASS
  62.                         X        Y              Z
  63. -------------------------------------------------------------                                   
  64. Source Aspect           1.0     1.0             1.0
  65. -------------------------------------------------------------
  66. Target                  0       0               0.5
  67. -------------------------------------------------------------
  68. Axis                    0       0              -3
  69. --------------------------------------------------------------
  70. Rotate 3D               0.25    0               0
  71. -------------------------------------------------------------
  72. Locate 3D               0       0               0
  73. -------------------------------------------------------------
  74. Skew/persp.             0       0               0.0600
  75. -------------------------------------------------------------
  76. BD SAT/Lum/Hue          0       7.5             0
  77. -------------------------------------------------------------
  78. Crop L/T BD WIDTH       -4      3               0
  79. -------------------------------------------------------------
  80. Crop RT/                4       -3      
  81. =============================================================
  82.  
  83.  
  84. GLOBAL KEYFRAME # 1
  85.                         X        Y                Z
  86. -------------------------------------------------------------
  87.  
  88. -------------------------------------------------------------
  89. Axis 3D                 0        0                0
  90. -------------------------------------------------------------
  91. Rotate 3D               0.0797   0.0693          -0.0645
  92. -------------------------------------------------------------
  93. Locate 3D              -0.1032   0.1274          58.7348
  94. =============================================================
  95.  
  96. GLOBAL KEYFRAME # 2
  97.                         X        Y                Z
  98. -------------------------------------------------------------
  99. -------------------------------------------------------------
  100. Axis 3D                 0        0                0
  101. -------------------------------------------------------------
  102. Rotate 3D              13.0797   0.0693          -0.0645
  103. -------------------------------------------------------------
  104. Locate 3D              -0.1032   0.1274           3.2187
  105. =============================================================
  106.  
  107. GLOBAL KEYFRAME # 3
  108.                         X        Y                Z
  109. -------------------------------------------------------------
  110. -------------------------------------------------------------
  111. Axis 3D                 0        0                0
  112. -------------------------------------------------------------
  113. Rotate 3D              25.0797   0.0000          -0.0645
  114. -------------------------------------------------------------
  115. Locate 3D              -0.1032   0.1274           3.2187
  116. =============================================================
  117.  
  118. Please, as with all effects provided, they are provided as is, with no 
  119. warrenty of usefullness or to fill a specific purpose. We do our best to 
  120. maintain accuracy, but can not be held liable for errors in material that 
  121. has been provided to make up this effect.
  122.